|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectagents.anac.y2011.TheNegotiator.Acceptor
public class Acceptor
The Acceptor class is used to decide when to accept a bid.
| Constructor Summary | |
|---|---|
Acceptor(UtilitySpace utilitySpace,
BidsCollection bidsCollection)
Creates an Acceptor-object which determines which offers should be accepted during the negotiation. |
|
| Method Summary | |
|---|---|
Action |
determineAccept(int phase,
double threshold,
double time,
int movesLeft)
Determine if it is wise to accept for a given phase on a given time. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Acceptor(UtilitySpace utilitySpace,
BidsCollection bidsCollection)
utilitySpace - bidsCollection - of all possible bids (for us) and the partner bids| Method Detail |
|---|
public Action determineAccept(int phase,
double threshold,
double time,
int movesLeft)
phase - of the negotiationminimum - thresholdtime - in negotiationmovesLeft - is the estimated moves left
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||